GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-26T16:16:18.6441158+00:00",
"SubmitDate": "2026-02-26T16:16:18.6441158+00:00",
"ReportPeriodStart": "2026-02-26T16:16:18.6441158+00:00",
"ReportPeriodEnd": "2026-02-26T16:16:18.6441158+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a542140c-97e8-4efd-8876-730268d013bc",
"Rows": [
{
"ItemId": "9b8a6812-0429-4e6b-abbb-66231d6d00a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b8a6812-0429-4e6b-abbb-66231d6d00a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a542140c-97e8-4efd-8876-730268d013bc",
"Rows": [
{
"ItemId": "9b8a6812-0429-4e6b-abbb-66231d6d00a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b8a6812-0429-4e6b-abbb-66231d6d00a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f481dcf1-00f0-4c11-ac52-f57dcc4f720f",
"306ee60f-df6f-4178-9638-1b3e31a0976f"
],
"Approvers": [
"80d3b206-cda3-47ce-82db-25bef1fe192c",
"30953009-89a0-435d-881e-df31fd9c814e"
],
"ApprovedBy": "426e090d-4a38-44da-96a9-491cbc950e06",
"ApprovalDate": "2026-02-26T16:16:18.6441158+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e0b3408e-a125-4ab0-9312-616ba2c678dd",
"id": "782ae07a-591d-4be3-99e3-10d5fc14d71a",
"ConfigId": "427ab7dc-db6f-4f62-b906-a27bd00fa473"
},
{
"GenerationDate": "2026-02-26T16:16:18.6441158+00:00",
"SubmitDate": "2026-02-26T16:16:18.6441158+00:00",
"ReportPeriodStart": "2026-02-26T16:16:18.6441158+00:00",
"ReportPeriodEnd": "2026-02-26T16:16:18.6441158+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a542140c-97e8-4efd-8876-730268d013bc",
"Rows": [
{
"ItemId": "9b8a6812-0429-4e6b-abbb-66231d6d00a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b8a6812-0429-4e6b-abbb-66231d6d00a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a542140c-97e8-4efd-8876-730268d013bc",
"Rows": [
{
"ItemId": "9b8a6812-0429-4e6b-abbb-66231d6d00a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b8a6812-0429-4e6b-abbb-66231d6d00a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f481dcf1-00f0-4c11-ac52-f57dcc4f720f",
"306ee60f-df6f-4178-9638-1b3e31a0976f"
],
"Approvers": [
"80d3b206-cda3-47ce-82db-25bef1fe192c",
"30953009-89a0-435d-881e-df31fd9c814e"
],
"ApprovedBy": "426e090d-4a38-44da-96a9-491cbc950e06",
"ApprovalDate": "2026-02-26T16:16:18.6441158+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e0b3408e-a125-4ab0-9312-616ba2c678dd",
"id": "782ae07a-591d-4be3-99e3-10d5fc14d71a",
"ConfigId": "427ab7dc-db6f-4f62-b906-a27bd00fa473"
}
]